home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / browser / bookmarks / bookmarksManager.css < prev    next >
Cascading Style Sheet File  |  2007-04-30  |  3KB  |  139 lines

  1. /*
  2.  *  BEGIN FLOCK GPL
  3.  *  
  4.  *  Copyright Flock Inc. 2005-2007
  5.  *  http://flock.com
  6.  *  
  7.  *  This file may be used under the terms of of the
  8.  *  GNU General Public License Version 2 or later (the "GPL"),
  9.  *  http://www.gnu.org/licenses/gpl.html
  10.  *  
  11.  *  Software distributed under the License is distributed on an "AS IS" basis,
  12.  *  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.  *  for the specific language governing rights and limitations under the
  14.  *  License.
  15.  *  
  16.  *  END FLOCK GPL
  17.  */
  18.  
  19. #bookmark-window toolbarbutton {
  20.   list-style-image: url("chrome://browser/skin/bookmarks/Bookmarks-toolbar.png");
  21.   -moz-box-orient: vertical;
  22.   min-width: 57px;
  23.   padding: 5px;
  24. }
  25.  
  26. #bookmark-window toolbarbutton > .toolbarbutton-icon {
  27.   -moz-margin-end: 0px;
  28. }
  29.  
  30. /* new bookmark */
  31.  
  32. toolbarbutton#newbookmark {
  33.   -moz-image-region: rect(0px 24px 24px 0px);
  34. }
  35.  
  36. toolbarbutton#newbookmark:hover {
  37.   -moz-image-region: rect(24px 24px 48px 0px);
  38. }
  39.  
  40. toolbarbutton#newbookmark[disabled="true"] {
  41.   -moz-image-region: rect(48px 24px 72px 0px) !important;
  42. }
  43.  
  44. /* new livemark */
  45.  
  46. toolbarbutton#newlivemark {
  47.   -moz-image-region: rect(0px 24px 24px 0px);
  48. }
  49.  
  50. toolbarbutton#newlivemark:hover {
  51.   -moz-image-region: rect(24px 24px 48px 0px);
  52. }
  53.  
  54. toolbarbutton#newlivemark[disabled="true"] {
  55.   -moz-image-region: rect(48px 24px 72px 0px) !important;
  56. }
  57.  
  58. /* new folder */
  59.  
  60. toolbarbutton#newfolder {
  61.   -moz-image-region: rect(0px 48px 24px 24px);
  62. }
  63. toolbarbutton#newfolder:hover {
  64.   -moz-image-region: rect(24px 48px 48px 24px);
  65. }
  66. toolbarbutton#newfolder[disabled="true"] {
  67.    -moz-image-region: rect(48px 48px 72px 24px) !important;
  68. }
  69.  
  70. /* new separator */
  71.  
  72. toolbarbutton#newseparator {
  73.   -moz-image-region: rect(0px 72px 24px 48px);
  74. }
  75. toolbarbutton#newseparator:hover {
  76.   -moz-image-region: rect(24px 72px 48px 48px);
  77. }
  78. toolbarbutton#newseparator[disabled="true"] {
  79.   -moz-image-region: rect(48px 72px 72px 48px) !important;
  80. }
  81.  
  82. /* move bookmark */
  83.  
  84. toolbarbutton#moveBookmark {
  85.   -moz-image-region: rect(0px 96px 24px 72px);
  86. }
  87. toolbarbutton#moveBookmark:hover {
  88.   -moz-image-region: rect(24px 96px 48px 72px);
  89. }
  90. toolbarbutton#moveBookmark[disabled="true"] {
  91.   -moz-image-region: rect(48px 96px 72px 72px);
  92. }
  93.  
  94. /* properties */
  95.  
  96. toolbarbutton#properties {
  97.   -moz-image-region: rect(0px 120px 24px 96px);
  98. }
  99. toolbarbutton#properties:hover {
  100.   -moz-image-region: rect(24px 120px 48px 96px);
  101. }
  102.  
  103. toolbarbutton#properties[disabled="true"] {
  104.   -moz-image-region: rect(48px 120px 72px 96px) !important;
  105. }
  106.  
  107. /* rename */
  108.  
  109. toolbarbutton#rename {
  110.   -moz-image-region: rect(0px 144px 24px 120px);
  111. }
  112. toolbarbutton#rename:hover {
  113.   -moz-image-region: rect(24px 144px 48px 120px);
  114. }
  115. toolbarbutton#rename[disabled="true"] {
  116.   -moz-image-region: rect(48px 144px 72px 120px) !important;
  117. }
  118.  
  119. /* delete */
  120.  
  121. toolbarbutton#delete {
  122.   -moz-image-region: rect(0px 168px 24px 144px);
  123. }
  124. toolbarbutton#delete:hover {
  125.   -moz-image-region: rect(24px 168px 48px 144px);
  126. }
  127. toolbarbutton#delete[disabled="true"] {
  128.   -moz-image-region: rect(48px 168px 72px 144px) !important;
  129. }
  130.  
  131. #bookmark-folders-view > .bookmarksTree {
  132.   margin: 0px;
  133. }
  134.  
  135. #bookmark-views-splitter {
  136.   border: none; 
  137. }
  138.  
  139.